ILogCommand 介面

代表一個記錄指令。

繼承體系

System.Object
  IntervalZero.KINGSTAR.Base.Class.ILogCommand

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
public interface ILogCommand
Public Interface ILogCommand

 

ILogCommand 介面陳列了以下成員。

方法

 名稱說明
Abort中止一個命令。
WaitAsync以非同步作業等待命令完成。
WaitAsync (int)以非同步作業等待命令完成,帶有逾時時間。

屬性

 名稱說明
Channels已被記錄的通道。
CurrentCycle已被記錄的值的數量。
Status記錄檔命令的目前狀態。
TotalCycles欲記錄的值的總數。
TriggerLocalTime第一個點被儲存的本地時間。
TriggerUtcTime第一個點被儲存的 UTC 時間。

參見

IntervalZero.KINGSTAR.Base.Class 命名空間